home *** CD-ROM | disk | FTP | other *** search
/ Revolution - Das Atari CD Magazin 1997 / Revolution - Das Atari CD Magazin 1.iso / software / anwendng / utility / parcp70b / doc / history.txt < prev    next >
Text File  |  1996-11-19  |  4KB  |  94 lines

  1. This is history of PARCP:
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. 0.5beta 16.10.1996
  5. ==================
  6. ~ first release (for friends only :)
  7.  
  8. 0.6beta 20.10.96
  9. ================
  10. ~ released at the Freecon '96 (Atari show in Pilsen)
  11. * a bug found: receiving more than one file at session didn't work
  12. - added check for passed filename (if it exists)
  13. * corrected bug in CABLES.TXT (the 13th pin of PC connector was wired wrongly)
  14.  
  15. 0.62beta 23.10.96
  16. =================
  17. ~ compiled on a friend's PC (thanks to Milos Matus)
  18. - added option for selecting parallel port address (for PC version only)
  19. - ST version compiled with ARGV startup code - now you can pass much more
  20.   filenames on the command line than before (the 126 chars limit is removed)
  21.  
  22. 0.63beta (unreleased)
  23. =====================
  24. - introduced new, MUCH FASTER method of handshaking - the result is
  25.   dramatical speed improvement (about 50% faster than 0.62beta!!)
  26.   Thanks for the idea to Michal Kara.
  27.  
  28. 0.64beta (unreleased)
  29. =====================
  30. PC version only:
  31. - now this is something we all have been waiting for: a support for
  32.   bidirectional parallel ports of new PC motherboards!
  33.   That simply means more speed and no HW adapter (with good PC motherboard,
  34.   of course). This feature has been implemented thanks to important
  35.   informations about PC hardware from Michal Kara.
  36.  
  37.   PARCP now can send or receive files with transfer rate about 72 kB/s on my
  38.   system (Falcon040/40 and IBM6x86/60). That's quite good I think.
  39.  
  40. 0.65beta (unreleased)
  41. =====================
  42. - timeouts added to the low-level functions. I have used very simple
  43.   incrementing of a variable and counting to one million ;-) Hope it will be
  44.   enough for every kind of machine..
  45.   Transfer can also be interrupted by a keypress now.
  46.  
  47. 0.66beta 14.11.1996
  48. ===================
  49. - initial handshaking has been improved a bit. PARCP now also does check
  50.   of the PARCP version on both sides and refuses to work if the versions
  51.   differ from each other.
  52.  
  53. PC version only:
  54. - the command line parameter '-p' has been changed: now it is followed by
  55.   the LPT port number (i.e. 2 for LPT2 or 3 for LPT3 - the default value
  56.   is 1 => LPT1). That means you need not to search for the address of your
  57.   parallel port anymore.
  58.  
  59. - new command line parameter '-H' added: you have to use it if you have
  60.   unidirectional parallel port only. You also have to use the HW adapter
  61.   then. If you don't know what type of parallel port your machine has got,
  62.   you can use my PARTEST.EXE.
  63.  
  64. - PARTEST.EXE created. Before starting it please disconnect all peripherals
  65.   and/or cables from your parallel port(s). After selecting LPT port it
  66.   will tell you if you can use bidirectional feature of your port OR if
  67.   you will have to build the HW adapter and always specify '-H' on command
  68.   line of PARCP...
  69.  
  70. 0.67beta (unreleased)
  71. =====================
  72. - fighting with strange problems - a lot of timeouts and other stuff.
  73.   Can't find the reason...
  74.  
  75. 0.68beta (unreleased)
  76. =====================
  77. - still fighting.. also speeded up some little routines.
  78.  
  79. 0.69beta (unreleased)
  80. =====================
  81. - tested communication between two PC's - proved that PARCP is totally
  82.   flexible and works between any two supported computers (great!)
  83.  
  84. 0.70beta 19.11.1996
  85. ===================
  86. - timeouts are hopefully away (I don't know why, but it doesn't matter :)
  87.  
  88. - an old code for handshaking removed (it made more troubles than good
  89.   things). Now it begins directly with sending or receiving, so please
  90.   don't start Senders on both ends...
  91.  
  92. - new speed records achieved: 56 kB/s on unidirectional port and 77 kB/s on
  93.   bidirectional one (between my Falcon040 and IBM 6x86)
  94.